home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / usenet / volume11 / vcraps2 / patch1 < prev    next >
Encoding:
Internet Message Format  |  1990-09-18  |  2.5 KB

  1. Path: uunet!zephyr.ens.tek.com!tekred!saab!billr
  2. From: billr@saab.CNA.TEK.COM (Bill Randle)
  3. Newsgroups: comp.sources.games
  4. Subject: v11i050:  vcraps2 - display-oriented craps game (Ver. 2), Patch1
  5. Message-ID: <6311@tekred.CNA.TEK.COM>
  6. Date: 14 Sep 90 21:42:03 GMT
  7. Sender: news@tekred.CNA.TEK.COM
  8. Lines: 81
  9. Approved: billr@saab.CNA.TEK.COM
  10.  
  11. Submitted-by: Robert Steven Glickstein <bobg+@andrew.cmu.edu>
  12. Posting-number: Volume 11, Issue 50
  13. Archive-name: vcraps2/Patch1
  14. Patch-To: vcraps2: Volume 11, Issue 34-35
  15.  
  16.  
  17. [[This patch creates vcraps 2.1 from vcraps 2.0.  It fixes a bug in
  18. setjmp/longjmp in some systems which caused the main screen to not get
  19. properly redrawn after the help screen was shown.]]
  20.  
  21.  
  22. #! /bin/sh
  23. # This is a shell archive.  Remove anything before this line, then unpack
  24. # it by saving it into a file and typing "sh file".  To overwrite existing
  25. # files, type "sh file -c".  You can also feed this as standard input via
  26. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  27. # will see the following message at the end:
  28. #        "End of shell archive."
  29. # Contents:  patches01
  30. # Wrapped by billr@saab on Fri Sep 14 14:30:47 1990
  31. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  32. if test -f 'patches01' -a "${1}" != "-c" ; then 
  33.   echo shar: Will not clobber existing file \"'patches01'\"
  34. else
  35. echo shar: Extracting \"'patches01'\" \(893 characters\)
  36. sed "s/^X//" >'patches01' <<'END_OF_FILE'
  37. X*** dist/vcraps.c    Tue Sep  4 10:01:52 1990
  38. X--- vcraps.c    Tue Sep  4 10:05:37 1990
  39. X***************
  40. X*** 3,9 ****
  41. X  #include <setjmp.h>
  42. X  
  43. X  #define VCRAPS_VERSION (2)
  44. X! #define VCRAPS_PATCHLEVEL (0)
  45. X  
  46. X  #define MSGQUEUELEN (20)
  47. X  
  48. X--- 3,9 ----
  49. X  #include <setjmp.h>
  50. X  
  51. X  #define VCRAPS_VERSION (2)
  52. X! #define VCRAPS_PATCHLEVEL (1)
  53. X  
  54. X  #define MSGQUEUELEN (20)
  55. X  
  56. X***************
  57. X*** 915,920 ****
  58. X--- 915,921 ----
  59. X          return (0);
  60. X          case '?':
  61. X          Help();
  62. X+         fullupdate = 1;
  63. X          break;
  64. X      }
  65. X      }
  66. X***************
  67. X*** 1764,1770 ****
  68. X      addstr("                                                        continue...");
  69. X      refresh();
  70. X      getch();
  71. X-     longjmp(LoopEnv, 2);
  72. X  }
  73. X  
  74. X  ShowTotal()
  75. X--- 1765,1770 ----
  76. X
  77. X*** patchlevel.h.orig    Fri Sep 14 14:28:47 1990
  78. X--- patchlevel.h    Fri Sep 14 14:29:14 1990
  79. X***************
  80. X*** 1 ****
  81. X! #define PATCHLEVEL 0
  82. X--- 1 ----
  83. X! #define PATCHLEVEL 1
  84. END_OF_FILE
  85. if test 893 -ne `wc -c <'patches01'`; then
  86.     echo shar: \"'patches01'\" unpacked with wrong size!
  87. fi
  88. # end of 'patches01'
  89. fi
  90. echo shar: End of shell archive.
  91. exit 0
  92.